Leadtools.Dicom.AddIn Namespace : ThreadSafeDictionary<TKey,TValue> Class |
[DefaultMemberAttribute("Item")] public class ThreadSafeDictionary<TKey,TValue> : System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable
'Declaration <DefaultMemberAttribute("Item")> Public Class ThreadSafeDictionary (Of TKey,TValue) Implements System.Collections.Generic.ICollection(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IDictionary(Of TKey,TValue), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of TKey,TValue)), System.Collections.IEnumerable
'Usage Dim instance As ThreadSafeDictionary(Of TKey,TValue)
[DefaultMemberAttribute("Item")] generic<typename TKey> generic<typename TValue> public ref class ThreadSafeDictionary : public System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable